home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM17 / TFORM17.txt
Text File  |  2000-07-30  |  2KB  |  112 lines

  1. object Form17: TForm17
  2.   Left = 334
  3.   Top = 108
  4.   Width = 374
  5.   Height = 491
  6.   Caption = 'Browse Folders'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnDeactivate = FormDeactivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 167
  24.     Height = 16
  25.     Caption = 'Select a destination folder'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clGreen
  28.     Font.Height = -13
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 10
  35.     Top = 364
  36.     Width = 303
  37.     Height = 16
  38.     Caption = 'enter a new folder name and click Ok to create.'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clGreen
  41.     Font.Height = -13
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 10
  48.     Top = 345
  49.     Width = 248
  50.     Height = 16
  51.     Caption = 'Enter or browse to an existing folder or'
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clGreen
  54.     Font.Height = -13
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object DirectoryListBox1: TDirectoryListBox
  60.     Left = 10
  61.     Top = 59
  62.     Width = 346
  63.     Height = 247
  64.     ItemHeight = 16
  65.     TabOrder = 0
  66.     OnChange = DirectoryListBox1Change
  67.   end
  68.   object DriveComboBox1: TDriveComboBox
  69.     Left = 10
  70.     Top = 30
  71.     Width = 346
  72.     Height = 22
  73.     DirList = DirectoryListBox1
  74.     TabOrder = 1
  75.   end
  76.   object BitBtn1: TBitBtn
  77.     Left = 49
  78.     Top = 394
  79.     Width = 80
  80.     Height = 31
  81.     Caption = 'Ok'
  82.     TabOrder = 2
  83.     OnClick = BitBtn1Click
  84.     Kind = bkOK
  85.   end
  86.   object BitBtn2: TBitBtn
  87.     Left = 217
  88.     Top = 394
  89.     Width = 92
  90.     Height = 31
  91.     TabOrder = 3
  92.     OnClick = BitBtn2Click
  93.     Kind = bkCancel
  94.   end
  95.   object Edit1: TEdit
  96.     Left = 10
  97.     Top = 315
  98.     Width = 346
  99.     Height = 24
  100.     TabOrder = 4
  101.     OnChange = Edit1Change
  102.   end
  103.   object StatusBar1: TStatusBar
  104.     Left = 0
  105.     Top = 435
  106.     Width = 366
  107.     Height = 24
  108.     Panels = <>
  109.     SimplePanel = True
  110.   end
  111. end
  112.